pub unsafe fn ModuleEvaluate(
    cx: *mut JSContext,
    moduleRecord: HandleObject<'_>,
    rval: &mut MutableHandleValue<'_>
) -> bool