Type Definition dart_sdk_sys::Dart_FileOpenCallback[][src]

pub type Dart_FileOpenCallback = Option<unsafe extern "C" fn(name: *const c_char, write: bool) -> *mut c_void>;