Type Alias pyo3_ffi::ssizeargfunc

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