Type Alias cairo_sys::cairo_destroy_func_t 
source · pub type cairo_destroy_func_t = Option<unsafe extern "C" fn(_: *mut c_void)>;Aliased Type§
enum cairo_destroy_func_t {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void)),
}