Function windows::Wdk::Storage::FileSystem::NtOpenProcessTokenEx

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