long b2long(const uchar *, int);
void *long2b(long, uchar *, int);
#define b2int b2long
#define int2b long2b
