devela::_dep::pyo3::ffi

Function PyGen_New

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