pub type Dart_PostInteger_Type = Option<unsafe extern "C" fn(port_id: Dart_Port_DL, message: i64) -> bool>;
pub enum Dart_PostInteger_Type { None, Some(unsafe extern "C" fn(i64, i64) -> bool), }
No value.
Some value of type T.
T