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