devela::_dep::pyo3::ffi

Type Alias getattrfunc

pub type getattrfunc = unsafe extern "C" fn(_: *mut PyObject, _: *mut i8) -> *mut PyObject;
Available on crate features dep_pyo3 and std only.