pub unsafe extern "C" fn PyType_GetModule(
arg1: *mut PyTypeObject,
) -> *mut PyObject
Available on
Py_3_10
, or Py_3_9
and non-Py_LIMITED_API
only.pub unsafe extern "C" fn PyType_GetModule(
arg1: *mut PyTypeObject,
) -> *mut PyObject
Py_3_10
, or Py_3_9
and non-Py_LIMITED_API
only.