cef_string_multimap_append

Function cef_string_multimap_append 

Source
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_int
Expand description

Append a new key/value pair at the end of the string multimap.