static void free(ffi.Pointer<ffi.Void> viewPointer) { if (TRTCPlatform.isOhos && viewPointer != ffi.nullptr) { calloc.free(viewPointer); } }