pub type JSCClosure = Option<unsafe extern "C" fn(*mut JSContext, JSValue, i32, *mut JSValue, i32, *mut c_void) -> JSValue>;Aliased Type§
pub enum JSCClosure {
None,
Some(unsafe extern "C" fn(*mut JSContext, JSValue, i32, *mut JSValue, i32, *mut c_void) -> JSValue),
}