pub fn parse_string_pattern(
    src: &str
) -> Result<StringPattern, StringPatternParseError>