#[unsafe(no_mangle)]pub extern "C" fn expr_to_string(handle: *mut Expr) -> *mut c_char
Returns the string representation of an Expr handle.
Expr
The caller is responsible for freeing the returned string using free_string.
free_string