pub unsafe fn PssQuerySnapshot<P0>(
    snapshothandle: P0,
    informationclass: PSS_QUERY_INFORMATION_CLASS,
    buffer: *mut c_void,
    bufferlength: u32,
) -> u32
where P0: Param<HPSS>,