expr_to_string

Function expr_to_string 

Source
#[unsafe(no_mangle)]
pub extern "C" fn expr_to_string(handle: *mut Expr) -> *mut c_char
Expand description

Returns the string representation of an Expr handle.

The caller is responsible for freeing the returned string using free_string.