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