@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface CMetaData
CFacade
.
The annotation provides necessary runtime meta data
such as the memory footprint of the corresponding C type.
This is for example used in the method CFacade.__io__sizeof(Class)
.