pub unsafe extern "C" fn Z3_pattern_to_ast(
c: Z3_context,
p: Z3_pattern,
) -> Z3_astExpand description
Convert a Z3_pattern into Z3_ast. This is just type casting.
pub unsafe extern "C" fn Z3_pattern_to_ast(
c: Z3_context,
p: Z3_pattern,
) -> Z3_astConvert a Z3_pattern into Z3_ast. This is just type casting.