cef_string_multimap_enumerate

Function cef_string_multimap_enumerate 

Source
pub unsafe extern "C" fn cef_string_multimap_enumerate(
    map: cef_string_multimap_t,
    key: *const cef_string_t,
    value_index: usize,
    value: *mut cef_string_t,
) -> c_int
Expand description

Return the value_index-th value with the specified key.