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