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