pub fn sourcefile_attribute_parser(
    input: &[u8]
) -> Result<(&[u8], SourceFileAttribute), BaseErr<(&[u8], ErrorKind)>>