pub type c_size_t = usize;
c_size_t
Equivalent to C’s size_t type, from stddef.h (or cstddef for C++).
size_t
stddef.h
cstddef
This type is currently always usize, however in the future there may be platforms where this is not the case.
usize