pub unsafe extern "C" fn cef_string_wide_cmp(
str1: *const cef_string_wide_t,
str2: *const cef_string_wide_t,
) -> c_intExpand description
These functions compare two string values with the same results as strcmp().
pub unsafe extern "C" fn cef_string_wide_cmp(
str1: *const cef_string_wide_t,
str2: *const cef_string_wide_t,
) -> c_intThese functions compare two string values with the same results as strcmp().