ctypes.sizeof(obj_or_type) 
Returns the size in bytes of a ctypes type or instance memory buffer. Does the same as the C sizeof operator.
ctypes.sizeof(obj_or_type) 
Returns the size in bytes of a ctypes type or instance memory buffer. Does the same as the C sizeof operator.
Please login to continue.