Type Alias python3_sys::unaryfunc

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