pub unsafe fn PssCaptureSnapshot<P0>(
    processhandle: P0,
    captureflags: PSS_CAPTURE_FLAGS,
    threadcontextflags: u32,
    snapshothandle: *mut HPSS,
) -> u32
where P0: Param<HANDLE>,