[go: up one dir, main page]

PyCFunction

Type Alias PyCFunction 

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