pub type _xtos_handler = _xtos_handler_func;
enum _xtos_handler { None, Some(unsafe extern "C" fn()), }
No value.
Some value of type T.
T