Type Definition pyo3::ffi::ssizeobjargproc

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