Function g_str_match_string

Source
pub unsafe extern "C" fn g_str_match_string(
    search_term: *const gchar,
    potential_hit: *const gchar,
    accept_alternates: gboolean,
) -> gboolean