fn const_to_valtree_inner<'tcx>(
    ecx: &InterpCx<'tcx, 'tcx, CompileTimeInterpreter<'tcx, 'tcx>>,
    place: &MPlaceTy<'tcx>,
    num_nodes: &mut usize
) -> Result<ValTree<'tcx>, ValTreeCreationError>