Type Definition pyo3_ffi::ssizeargfunc

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