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