pub unsafe extern "C" fn base64_encode( in_: *const c_uchar, len: c_ulong, out: *mut c_uchar, outlen: *mut c_ulong, ) -> c_int