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