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