public static void RemapToken(this ISymUnmanagedWriter2 instance, uint oldToken, uint newToken)
 {
     instance.__RemapToken(oldToken, newToken);
 }