Type Definition pyo3::ffi::FreeFunc[][src]

pub type FreeFunc = extern "C" fn(_: *mut c_void) -> c_void;