unaryfunc

Type Alias unaryfunc 

Source
pub type unaryfunc = unsafe extern "C" fn(arg1: *mut PyObject) -> *mut PyObject;