pub type Func = for<'py> unsafe fn(Python<'py>, *mut PyObject) -> PyResult<Py_ssize_t>;
The type of the function pointer for this trampoline.