pub unsafe extern "C" fn PyCode_NewEmpty(
filename: *const i8,
funcname: *const i8,
firstlineno: i32,
) -> *mut PyCodeObjectAvailable on neither
Py_LIMITED_API nor RustPython and non-GraalPy only.