pub unsafe fn decode_inplace<'b>(
    base64: &Base64,
    buf: &'b mut [u8]
) -> Result<&'b mut [u8], Error>
Available with target feature avx2 only.