pub type Passphrase = Credential<{ len::WPA_PASSPHRASE_MAX }>;
pub struct Passphrase { pub len: NonZero<u8>, pub buf: [u8; 63], }
len: NonZero<u8>
buf: [u8; 63]