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