pub unsafe extern "C" fn cef_string_multimap_find_count(
map: cef_string_multimap_t,
key: *const cef_string_t,
) -> usizeExpand description
Return the number of values with the specified key.
pub unsafe extern "C" fn cef_string_multimap_find_count(
map: cef_string_multimap_t,
key: *const cef_string_t,
) -> usizeReturn the number of values with the specified key.