pub type JSInterruptHandler = Option<unsafe extern "C" fn(rt: *mut JSRuntime, opaque: *mut c_void) -> c_int>;
pub enum JSInterruptHandler { None, Some(unsafe extern "C" fn(*mut JSRuntime, *mut c_void) -> i32), }
No value.
Some value of type T.
T