Function windows::Wdk::Storage::FileSystem::NtQueryInformationToken

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