pub unsafe extern "C" fn duckdb_string_t_length(
string: duckdb_string_t,
) -> u32
Expand 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,
) -> u32
Get the string length of a string_t
@param string The string to get the length of. @return The length.