pub type GtkPrintSettingsFunc = Option<unsafe extern "C" fn(*const c_char, *const c_char, gpointer)>;
pub enum GtkPrintSettingsFunc { None, Some(unsafe extern "C" fn(*const i8, *const i8, *mut c_void)), }
No value.
Some value of type T.
T