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