devela::_dep::pyo3::ffi

Type Alias getter

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