Type Definition dart_sdk_sys::Dart_GCEventCallback

source ·
pub type Dart_GCEventCallback = Option<unsafe extern "C" fn(event: *mut Dart_GCEvent)>;