pub type duk_fatal_function = Option<unsafe extern "C" fn(udata: *mut c_void, msg: *const c_char)>;
pub enum duk_fatal_function { None, Some(unsafe extern "C" fn(*mut c_void, *const i8)), }
No value.
Some value of type T.
T