Function windows::Wdk::Storage::FileSystem::ZwOpenProcessTokenEx
pub unsafe fn ZwOpenProcessTokenEx<P0>(
processhandle: P0,
desiredaccess: u32,
handleattributes: u32,
tokenhandle: *mut HANDLE,
) -> NTSTATUSwhere
P0: Param<HANDLE>,