insl
void insl(uint32_t *, uint32_t *,int);
void insl(unsigned, void *, int);
insl((h) + (o), (ptr), (cnt)); \
#define ins32(a,d,c) insl(a,d,c)