pub unsafe extern "C" fn cef_string_multimap_value(
map: cef_string_multimap_t,
index: usize,
value: *mut cef_string_t,
) -> c_intExpand description
Return the value at the specified zero-based string multimap index.
pub unsafe extern "C" fn cef_string_multimap_value(
map: cef_string_multimap_t,
index: usize,
value: *mut cef_string_t,
) -> c_intReturn the value at the specified zero-based string multimap index.