pyo3_ffi

Type Alias ssizeargfunc

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