pub type sig_t = _sig_func_ptr;
enum sig_t { None, Some(unsafe extern "C" fn(_: i32)), }
No value.
Some value of type T.
T