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