Base32_decode should return the length of its result.
The base32_decode() API, for consistency with base64_decode, should return the number of bytes written.
This would also enable us to fuzz it with fuzz_strops.c
The base32_decode() API, for consistency with base64_decode, should return the number of bytes written.
This would also enable us to fuzz it with fuzz_strops.c