Function windows_sys::Wdk::Storage::FileSystem::NtQueryInformationToken

pub unsafe extern "system" fn NtQueryInformationToken(
    tokenhandle: HANDLE,
    tokeninformationclass: TOKEN_INFORMATION_CLASS,
    tokeninformation: *mut c_void,
    tokeninformationlength: u32,
    returnlength: *mut u32,
) -> NTSTATUS