- A `_size` suffixed argument was modified to be come the length, store in a variable with a `_len` suffix to avoid confusion. - The enum type for masking characters read like a number (used Set suffix), add `e` prefix to make it clear it's an enum.
- A `_size` suffixed argument was modified to be come the length, store in a variable with a `_len` suffix to avoid confusion. - The enum type for masking characters read like a number (used Set suffix), add `e` prefix to make it clear it's an enum.