pub unsafe extern "C" fn cef_string_list_append(
list: cef_string_list_t,
value: *const cef_string_t,
)Expand description
Append a new value at the end of the string list.
pub unsafe extern "C" fn cef_string_list_append(
list: cef_string_list_t,
value: *const cef_string_t,
)Append a new value at the end of the string list.