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