Type Definition reprfunc
python3_sys
type reprfunc = unsafe extern "C" fn(_: *mut PyObject) -> *mut PyObject;