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