Type Definition dart_sdk_sys::Dart_EntropySource

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