Function PyGen_New
pub unsafe extern "C" fn PyGen_New(
frame: *mut PyFrameObject,
) -> *mut PyObject
Available on crate features
dep_pyo3
and std
only.pub unsafe extern "C" fn PyGen_New(
frame: *mut PyFrameObject,
) -> *mut PyObject
dep_pyo3
and std
only.