fn create_valtree_place<'tcx>(
    ecx: &mut InterpCx<'tcx, 'tcx, CompileTimeInterpreter<'tcx, 'tcx>>,
    layout: TyAndLayout<'tcx>,
    valtree: ValTree<'tcx>
) -> MPlaceTy<'tcx>