pub unsafe extern "C" fn CSTL_define_type(
size: usize,
alignment: usize,
) -> CSTL_TypeExpand description
Obtain a pseudohandle to the size and alignment of a C type.
If the below requirements are broken, the function returns
an invalid handle equal to NULL:
sizemust be a non-zero multiple ofalignment.alignmentmust be a power of 2.sizemust be less than or equal toINTPTR_MAX.