Type Alias python3_sys::getattrofunc

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