cef_string_from_ascii

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_from_ascii = cef_string_ascii_to_wide
    extern (C) @nogc nothrow
    static if(CEF_STRING_TYPE_WIDE)
    alias cef_string_from_ascii = cef_string_ascii_to_wide
  2. alias cef_string_from_ascii = cef_string_utf8_copy
  3. alias cef_string_from_ascii = cef_string_ascii_to_utf16

Meta