#[unsafe(no_mangle)]pub unsafe extern "C" fn sql_dialect_fmt_result_ptr() -> u32Expand description
Pointer to the most recent formatted result.
ยงSafety
The returned pointer is valid only until the next sql_dialect_fmt_format or sql_dialect_fmt_clear_result
call. Callers must pair it with sql_dialect_fmt_result_len and copy the bytes before releasing it.