pub unsafe extern "C" fn g_pattern_spec_match(
    pspec: *mut GPatternSpec,
    string_length: size_t,
    string: *const c_char,
    string_reversed: *const c_char
) -> gboolean
Available on crate feature v2_70 only.