devela::_dep::pyo3::ffi

Function _PyImport_FixupExtensionObject

pub unsafe extern "C" fn _PyImport_FixupExtensionObject(
    a: *mut PyObject,
    b: *mut PyObject,
    c: *mut PyObject,
    d: *mut PyObject,
) -> i32 
Available on crate features dep_pyo3 and std only.