public static void RevertRedirect(MethodInfo from, RedirectCallsState state)
 {
     RedirectionHelper.RevertJumpTo(from.MethodHandle.GetFunctionPointer(), state);
 }