[−][src]Type Definition swim_python3_sys::object::objobjargproc
type objobjargproc = unsafe extern "C" fn(arg1: *mut PyObject, arg2: *mut PyObject, arg3: *mut PyObject) -> int;
type objobjargproc = unsafe extern "C" fn(arg1: *mut PyObject, arg2: *mut PyObject, arg3: *mut PyObject) -> int;