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