cef_string_utf16_to_utf8

Function cef_string_utf16_to_utf8 

Source
pub unsafe extern "C" fn cef_string_utf16_to_utf8(
    src: *const char16_t,
    src_len: usize,
    output: *mut cef_string_utf8_t,
) -> c_int