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