pub unsafe extern "C" fn cef_string_list_value(
list: cef_string_list_t,
index: usize,
value: *mut cef_string_t,
) -> c_intExpand description
Retrieve the value at the specified zero-based string list index. Returns true (1) if the value was successfully retrieved.