Function windows::Wdk::Storage::FileSystem::ZwQueryInformationToken

pub unsafe fn ZwQueryInformationToken<P0>(
    tokenhandle: P0,
    tokeninformationclass: TOKEN_INFORMATION_CLASS,
    tokeninformation: Option<*mut c_void>,
    tokeninformationlength: u32,
    returnlength: *mut u32,
) -> NTSTATUS
where P0: Param<HANDLE>,