Type Alias gdk_pixbuf_sys::GdkPixbufModuleSaveOptionSupportedFunc 
source · pub type GdkPixbufModuleSaveOptionSupportedFunc = Option<unsafe extern "C" fn(_: *const c_char) -> gboolean>;Aliased Type§
enum GdkPixbufModuleSaveOptionSupportedFunc {
    None,
    Some(unsafe extern "C" fn(_: *const i8) -> i32),
}