Function pyo3_ffi::PyCode_NewEmpty
source ยท pub unsafe extern "C" fn PyCode_NewEmpty(
filename: *const c_char,
funcname: *const c_char,
firstlineno: c_int,
) -> *mut PyCodeObject
Available on non-
Py_LIMITED_API
and non-GraalPy
only.