pub type GtkFontFilterFunc = Option<unsafe extern "C" fn(*const PangoFontFamily, *const PangoFontFace, gpointer) -> gboolean>;Aliased Type§
pub enum GtkFontFilterFunc {
None,
Some(unsafe extern "C" fn(*const PangoFontFamily, *const PangoFontFace, *mut c_void) -> i32),
}