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