Function PyType_GetModuleByDef

Source
pub unsafe extern "C" fn PyType_GetModuleByDef(
    arg1: *mut PyTypeObject,
    arg2: *mut PyModuleDef,
) -> *mut PyObject
Available on Py_3_13, or Py_3_11 and non-Py_LIMITED_API only.