Function windows::Wdk::Storage::FileSystem::ZwOpenProcessToken

pub unsafe fn ZwOpenProcessToken<P0>(
    processhandle: P0,
    desiredaccess: u32,
    tokenhandle: *mut HANDLE,
) -> NTSTATUS
where P0: Param<HANDLE>,