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