cef_string_wide_to_utf16

Function cef_string_wide_to_utf16 

Source
pub unsafe extern "C" fn cef_string_wide_to_utf16(
    src: *const wchar_t,
    src_len: usize,
    output: *mut cef_string_utf16_t,
) -> c_int