pyo3::ffi

Type Alias getattrfunc

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