pub type Dart_FileModifiedCallback = Option<unsafe extern "C" fn(url: *const c_char, since: i64) -> bool>;
pub enum Dart_FileModifiedCallback { None, Some(unsafe extern "C" fn(*const i8, i64) -> bool), }
No value.
Some value of type T.
T