pub trait EvalContextExt<'tcx>: MiriInterpCxExt<'tcx> {
// Provided methods
fn invalid_handle(&mut self, function_name: &str) -> InterpResult<'tcx, !> { ... }
fn CloseHandle(&mut self, handle_op: &OpTy<'tcx>) -> InterpResult<'tcx> { ... }
}