Function PyDescr_NewMethod
pub unsafe extern "C" fn PyDescr_NewMethod(
arg1: *mut PyTypeObject,
arg2: *mut PyMethodDef,
) -> *mut PyObject
Available on crate features
dep_pyo3
and std
only.pub unsafe extern "C" fn PyDescr_NewMethod(
arg1: *mut PyTypeObject,
arg2: *mut PyMethodDef,
) -> *mut PyObject
dep_pyo3
and std
only.