Type Alias pyo3::ffi::ssizeobjargproc

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