pub type custom_fmt_func_t = Option<unsafe extern "C" fn(arg1: *mut gchar, arg2: guint32)>;
pub enum custom_fmt_func_t { None, Some(unsafe extern "C" fn(*mut i8, u32)), }
No value.
Some value of type T.
T