Type Alias dart_sys::Dart_EntropySource

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

Aliased Type§

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.