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