pub unsafe extern "C" fn duckdb_string_t_length(
string: duckdb_string_t,
) -> u32Expand description
Get the string length of a string_t
@param string The string to get the length of. @return The length.
pub unsafe extern "C" fn duckdb_string_t_length(
string: duckdb_string_t,
) -> u32Get the string length of a string_t
@param string The string to get the length of. @return The length.