Type Definition python3_sys::unaryfunc[][src]

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