pub unsafe fn D3DWriteBlobToFile<P0, P1>( pblob: P0, pfilename: P1, boverwrite: bool, ) -> Result<()>where P0: Param<ID3DBlob>, P1: Param<PCWSTR>,