NameInput
Input for encodeName.
Accepts either a NameObject convenience shape or an ordered array of NameAttribute pairs.
Both forms encode one attribute per RDN.
ts
type NameInput = NameObject | readonly NameAttribute[]