if (idlen+sizeof(wchar_t) > sizeof(pInfo->id.wasapi)) {
if(idlen+1>mal_countof(pInfo->id.wasapi)){
mal_CoTaskMemFree(pContext,id);
mal_assert(MAL_FALSE);// NOTE: If this is triggered, please report it. It means the format of the ID must haved change and is too long to fit in our fixed sized buffer.