pub type SafeBytes32<F> = SafeType<F, 1, 256>;
SafeType for bytes32.
struct SafeBytes32<F> { /* private fields */ }