Function windows::Wdk::Storage::FileSystem::NtOpenProcessToken

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