pub type Dart_EntropySource = Option<unsafe extern "C" fn(buffer: *mut u8, length: isize) -> bool>;
pub enum Dart_EntropySource { None, Some(unsafe extern "C" fn(*mut u8, isize) -> bool), }
No value.
Some value of type T.
T