Type Alias pyo3_ffi::lenfunc

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