def calcsize(fmt): return 0 def pack(fmt, *args): return 0 def pack_info(fmt, buffer, offset, *args): return 0 def unpack(fmt, data): return 0 def unpack_from(fmt, data, offset=0): return 0