pub type CSTL_Type = *mut CSTL_SType;Expand description
Opaque pseudohandle to the size and alignment of a C type.
Defined with CSTL_define_type, it is valid if not equal to NULL.
The size of the type must be less than or equal to INTPTR_MAX.
pub type CSTL_Type = *mut CSTL_SType;Opaque pseudohandle to the size and alignment of a C type.
Defined with CSTL_define_type, it is valid if not equal to NULL.
The size of the type must be less than or equal to INTPTR_MAX.