pub unsafe fn PssFreeSnapshot<P0, P1>(
    processhandle: P0,
    snapshothandle: P1,
) -> u32
where P0: Param<HANDLE>, P1: Param<HPSS>,