pyo3_ffi

Type Alias getattrfunc

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