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_intExpand description
Return the value_index-th value with the specified key.