utf8proc_custom_func

Function pointer type passed to @ref utf8proc_map_custom and @ref utf8proc_decompose_custom, which is used to specify a user-defined mapping of codepoints to be applied in conjunction with other mappings.

@nogc nothrow
alias utf8proc_custom_func = int function

Meta