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_intExpand description
Return the value assigned to the specified key.
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_intReturn the value assigned to the specified key.