cef_string_utf8_to_wide

Function cef_string_utf8_to_wide 

Source
pub unsafe extern "C" fn cef_string_utf8_to_wide(
    src: *const c_char,
    src_len: usize,
    output: *mut cef_string_wide_t,
) -> c_int