IStream_Copy

Function IStream_Copy 

pub unsafe fn IStream_Copy<P0, P1>(
    pstmfrom: P0,
    pstmto: P1,
    cb: u32,
) -> Result<()>
where P0: Param<IStream>, P1: Param<IStream>,