pub unsafe extern "C" fn PyAST_CompileEx(
_mod: *mut _mod,
filename: *const i8,
flags: *mut PyCompilerFlags,
optimize: i32,
arena: *mut PyArena,
) -> *mut PyCodeObject
Available on neither
PyPy
nor Py_3_10
.