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