Introduction about the marco `#[concordium]`

Hi, Is there any documentation describing the #[concodium] macro? I searched the rust library and official introduction, and there seems to be no description of this macro.

I want to know the functionality of these attributes:
#[concordium(transparent)]
#[concordium(size_length = 2)]

These are only attributes for derive macros, see documentation in docs.rs