pub unsafe extern "C" fn cef_string_multimap_append(
map: cef_string_multimap_t,
key: *const cef_string_t,
value: *const cef_string_t,
) -> c_intExpand description
Append a new key/value pair at the end of the string multimap.
pub unsafe extern "C" fn cef_string_multimap_append(
map: cef_string_multimap_t,
key: *const cef_string_t,
value: *const cef_string_t,
) -> c_intAppend a new key/value pair at the end of the string multimap.