pub type rand_func = Option<unsafe extern "C" fn(s: *mut c_void) -> c_int>;
enum rand_func { None, Some(unsafe extern "C" fn(_: *mut c_void) -> i32), }
No value.
Some value of type T.
T