pub type GVoidFunc = Option<unsafe extern "C" fn()>;
enum GVoidFunc { None, Some(unsafe extern "C" fn()), }
No value.
Some value of type T.
T