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

Calls C++ function: bool operator>(const char* s1, const QStringRef& s2).