Function PyGen_New
pub unsafe extern "C" fn PyGen_New(
frame: *mut PyFrameObject,
) -> *mut PyObjectAvailable on crate feature
tls only.pub unsafe extern "C" fn PyGen_New(
frame: *mut PyFrameObject,
) -> *mut PyObjecttls only.