#pragma once typedef struct { unsigned int size; void* dest; int cid; unsigned int opt; } SifCmdHdr;