pyo3_ffi

Type Alias ssizeargfunc

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