In a header file that I cannot modify, I have:
void SetReceiveCallback(void (*funcRXReceiveDataptr)(char* data, int length));
In my cpp code, I h