Type Definition pyo3::ffi::descrsetfunc

source ·
pub type descrsetfunc = unsafe extern "C" fn(*mut PyObject, *mut PyObject, *mut PyObject) -> i32;