Type Alias python3_sys::reprfunc

source ยท
pub type reprfunc = unsafe extern "C" fn(arg1: *mut PyObject) -> *mut PyObject;