f257297505
Commonized type should match the platform's `platform.posix.ssize_t` type alias' width. The implementation hard-codes platform widths for all the targets, this can be potentially changed to search for ssize_t in dependencies and get width from its type. Use real targets in platform int commonization tests. KT-41509