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