cef_string_map_find

Function cef_string_map_find 

Source
pub unsafe extern "C" fn cef_string_map_find(
    map: cef_string_map_t,
    key: *const cef_string_t,
    value: *mut cef_string_t,
) -> c_int
Expand description

Return the value assigned to the specified key.