PyCFunction

Type Alias PyCFunction 

Source
pub type PyCFunction = unsafe extern "C" fn(*mut PyObject, *mut PyObject) -> *mut PyObject;