PORT_Memcpy
#define PORT_Memcpy(t, f, l) memcpy((t), (f), (l))
#define PORT_Memcpy(t, f, l) bcopy((f), (t), (l))