import typing
import collections.abc
import typing_extensions
import numpy.typing as npt

def log2vis(msgs, settings) -> None:
    """Globally mimics deprecated fribidi_log2vis.
    msgs should be an iterable of messages to RTL-process.

    """

def protect_format_seq(msg) -> None:
    """Find some specific escaping/formatting sequences (like ", %s, etc.,
    and protect them from any modification!

    """
