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