Function _PyImport_FindExtensionObject

Source
pub unsafe extern "C" fn _PyImport_FindExtensionObject(
    name: *mut PyObject,
    filename: *mut PyObject,
) -> *mut PyObject