pyo3_ffi

Function PyGen_New

Source
pub unsafe extern "C" fn PyGen_New(
    frame: *mut PyFrameObject,
) -> *mut PyObject
Available on non-Py_LIMITED_API only.