Type Definition getattrfunc
python27_sys
type getattrfunc = unsafe extern "C" fn(_: *mut PyObject, _: *mut c_char) -> *mut PyObject;