uint8_t *bufferPtr=NULL;
size_t bufferPtrSize=0;
bufferPtr=malloc(bufferPtrSize * sizeof(uint8_t))
File1.m でこの同じコードを使用しましたが、正常に動作しています。File2.mm でこれを使用すると、assigning to 'uint8_t *' (aka 'unsigned char *' ) from incompatible type 'void *'
エラーが発生します。