pub const MAX_CAPACITY: usize = _; // 4_096usizeExpand description
Maximum capacity to use with readpassphrase_into.
Vectors with allocations larger than this will only have their capacity used up to this limit. (The initialized portion of the input vector is always used regardless of size.)