Function TextToWords

Source
pub unsafe extern "C" fn TextToWords(
    pInUtf8Str: *const c_char,
    InUtf8StrByteCount: c_int,
    pOutUtf8Str: *mut c_char,
    MaxOutUtf8StrByteCount: c_int,
) -> c_int