devela::_dep::pyo3::ffi

Type Alias printfunc

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