pub unsafe extern "C" fn ForwardToNative( cx: *mut JSContext, native: Option<unsafe extern "C" fn(*mut JSContext, u32, *mut Value) -> bool>, args: *const CallArgs, ) -> bool