pub unsafe extern "C" fn PyAST_CompileObject(
_mod: *mut _mod,
filename: *mut PyObject,
flags: *mut PyCompilerFlags,
optimize: c_int,
arena: *mut PyArena,
) -> *mut PyCodeObject
Available on non-
Py_LIMITED_API
and neither PyPy
nor Py_3_10
only.