pub unsafe fn lt_char_q_latin1_string(
    s1: *const c_char,
    s2: impl CastInto<Ref<QLatin1String>>
) -> bool
Expand description

Calls C++ function: bool operator<(const char* s1, QLatin1String s2).