[][src]Type Definition swim_python3_sys::object::unaryfunc

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