Type Alias pyo3::ffi::ssizeargfunc

source ยท
pub type ssizeargfunc = unsafe extern "C" fn(_: *mut PyObject, _: isize) -> *mut PyObject;