#[unsafe(no_mangle)]pub unsafe extern "C" fn sqlglot_free(ptr: *mut c_char)
Free a string previously returned by any sqlglot_* function.
sqlglot_*
Passing NULL is safe and results in a no-op.
NULL