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