pub fn icu_proc_suffix(
arena: &Arena,
handle: NonNull<c_void>,
) -> ArenaString<'_>Expand description
ICU, by default, adds the major version as a suffix to each exported symbol.
They also recommend to disable this for system-level installations (runConfigureICU Linux --disable-renaming),
but I found that many (most?) Linux distributions don’t do this for some reason.
This function returns the suffix, if any.