Dart_EntropySource

Type Alias Dart_EntropySource 

Source
pub type Dart_EntropySource = Option<unsafe extern "C" fn(buffer: *mut u8, length: isize) -> bool>;

Aliased Type§

pub enum Dart_EntropySource {
    None,
    Some(unsafe extern "C" fn(*mut u8, isize) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut u8, isize) -> bool)

Some value of type T.