Function windows::Win32::System::ProcessStatus::QueryWorkingSet

pub unsafe fn QueryWorkingSet<P0>(
    hprocess: P0,
    pv: *mut c_void,
    cb: u32,
) -> Result<()>
where P0: Param<HANDLE>,