pub type srand_func = Option<unsafe extern "C" fn(s: c_uint)>;
enum srand_func { None, Some(unsafe extern "C" fn(_: u32)), }
No value.
Some value of type T.
T