Function windows_sys::Wdk::Storage::FileSystem::ZwQueryInformationToken
pub unsafe extern "system" fn ZwQueryInformationToken(
tokenhandle: HANDLE,
tokeninformationclass: TOKEN_INFORMATION_CLASS,
tokeninformation: *mut c_void,
tokeninformationlength: u32,
returnlength: *mut u32
) -> NTSTATUS
Expand description
Required features: "Win32_Foundation"
, "Win32_Security"