#[unsafe(no_mangle)]pub unsafe extern "C" fn sql_dialect_fmt_result_len() -> u32Expand description
Byte length of the most recent formatted result.
ยงSafety
The value describes the buffer returned by sql_dialect_fmt_result_ptr and is valid only until the next
sql_dialect_fmt_format or sql_dialect_fmt_clear_result call.