pyo3_ffi

Function _PyImport_FindExtensionObject

Source
pub unsafe extern "C" fn _PyImport_FindExtensionObject(
    a: *mut PyObject,
    b: *mut PyObject,
) -> *mut PyObject
Available on non-Py_LIMITED_API and non-Py_3_11 only.