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