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