Type Definition python3_sys::getattrfunc

source · []
pub type getattrfunc = unsafe extern "C" fn(arg1: *mut PyObject, arg2: *mut c_char) -> *mut PyObject;