MEMCPY_BCOPY
#define MEMCPY_BCOPY(d,s,l) memcpy((d), (s), (l))
#define MEMCPY_BCOPY(d,s,l) bcopy((s), (d), (l))