unsafe fn generic_call<D: DomTypes, const EXCEPTION_TO_REJECTION: bool>(
cx: &mut JSContext,
argc: c_uint,
vp: *mut JSVal,
_: CallPolicyInfo,
call: unsafe fn(*const JSJitInfo, &mut JSContext, HandleObject<'_>, *mut c_void, u32, *mut JSVal) -> bool,
) -> bool