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