c
wStream* sbuffer = Stream_New(NULL, SrcSize);
if (!sbuffer) {
    // Handle allocation failure
    return ERROR_OUTOFMEMORY;
}
