pub fn try_parse_length_modifier(
    str: &str
) -> Result<((), &'_ str), FormatError>