pyo3_ffi

Type Alias getattrfunc

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