Function windows::Win32::System::Ole::OleSave

pub unsafe fn OleSave<P0, P1, P2>(
    pps: P0,
    pstg: P1,
    fsameasload: P2,
) -> Result<()>
where P0: Param<IPersistStorage>, P1: Param<IStorage>, P2: Param<BOOL>,