pub unsafe extern "C" fn Z3_mk_seq_replace( c: Z3_context, s: Z3_ast, src: Z3_ast, dst: Z3_ast, ) -> Option<Z3_ast>
Replace the first occurrence of src with dst in s.
src
dst
s