(bind-lib libcef cef_string_wide_cmp [void,cef_string_wide_t*,cef_string_wide_t*]*)
(bind-lib libcef cef_string_utf8_cmp [void,cef_string_utf8_t*,cef_string_utf8_t*]*)
(bind-lib libcef cef_string_utf16_cmp [void,cef_string_utf16_t*,cef_string_utf16_t*]*)
;; default
(bind-func cef_string_cmp
(lambda (str1 str2)
(cef_string_utf8_cmp str1 str2)))