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