pub type c_ssize_t = isize;
c_size_t
Equivalent to C’s ssize_t (on POSIX) or SSIZE_T (on Windows) type.
ssize_t
SSIZE_T
This type is currently always isize, however in the future there may be platforms where this is not the case.
isize