pub type Dart_IsolateGroupCleanupCallback = Option<unsafe extern "C" fn(isolate_group_data: *mut c_void)>;
pub enum Dart_IsolateGroupCleanupCallback { None, Some(unsafe extern "C" fn(*mut c_void)), }
No value.
Some value of type T.
T