Type Definition pyo3::ffi::wrapperfunc

source · []
pub type wrapperfunc = Option<unsafe extern "C" fn(*mut PyObject, *mut PyObject, *mut c_void) -> *mut PyObject>;