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