utf8proc_map_custom

Like @ref utf8proc_map, but also takes a custom_func mapping function that is called on each codepoint in str before any other transformations (along with a custom_data pointer that is passed through to custom_func). The custom_func argument is ignored if it is NULL.

version(DerelictUTF8Proc_Static)extern
utf8proc_ssize_t
utf8proc_map_custom
(
const utf8proc_uint8_t* str
,
utf8proc_ssize_t strlen
,
utf8proc_uint8_t** dstptr
,,,
)

Meta