[][src]Type Definition swim_python3_sys::object::getattrfunc

type getattrfunc = unsafe extern "C" fn(arg1: *mut PyObject, arg2: *mut cchar) -> *mut PyObject;