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