pub unsafe fn OleConvertOLESTREAMToIStorage<P0>(
    lpolestream: *const OLESTREAM,
    pstg: P0,
    ptd: *const DVTARGETDEVICE
) -> Result<()>
where P0: Param<IStorage>,