datatable.stype.ctype

ctypes class that describes the C-level type of each element in a column with this stype.

For non-fixed-width columns (such as str32) this will return the ctype of only the fixed-width component of that column. Thus, stype.str32.ctype == ctypes.c_int32.