Type Definition dart_sdk_sys::Dart_EntropySource[][src]

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