pub type GdkPixbufModuleStopLoadFunc = Option<unsafe extern "C" fn(_: gpointer, _: *mut *mut GError) -> gboolean>;
Aliased Type§
enum GdkPixbufModuleStopLoadFunc {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut *mut GError) -> i32),
}