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