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