cef_string_to_utf16

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias cef_string_to_utf16 = cef_string_wide_to_utf16
    extern (C) @nogc nothrow
    static if(CEF_STRING_TYPE_WIDE)
    alias cef_string_to_utf16 = cef_string_wide_to_utf16
  2. alias cef_string_to_utf16 = cef_string_utf8_to_utf16
  3. alias cef_string_to_utf16 = cef_string_utf16_copy

Meta