CPLIB_STR_MANACHAR = 1
proc manachar(s: string): seq[int] {....raises: [], tags: [].}
proc manachar[T](s: seq[T]): seq[int]