cef_string_userfree_alloc

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_userfree_alloc = cef_string_userfree_wide_alloc
    extern (C) @nogc nothrow
    static if(CEF_STRING_TYPE_WIDE)
    alias cef_string_userfree_alloc = cef_string_userfree_wide_alloc
  2. alias cef_string_userfree_alloc = cef_string_userfree_utf8_alloc
  3. alias cef_string_userfree_alloc = cef_string_userfree_utf16_alloc

Meta