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