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.

alias utf8proc_custom_func = utf8proc_int32_t function(
utf8proc_int32_t codepoint
,
void* data
)

Meta