[go: up one dir, main page]

Type Alias pyo3::ffi::ssizeargfunc

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