pyo3::ffi

Type Alias ssizeargfunc

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