pub unsafe extern "C" fn botan_base64_decode( base64_str: *const c_char, in_len: usize, out: *mut u8, out_len: *mut usize, ) -> c_int