Function windows::Wdk::Storage::FileSystem::ZwSetInformationToken
pub unsafe fn ZwSetInformationToken<P0>(
tokenhandle: P0,
tokeninformationclass: TOKEN_INFORMATION_CLASS,
tokeninformation: *const c_void,
tokeninformationlength: u32,
) -> NTSTATUSwhere
P0: Param<HANDLE>,