pub unsafe extern "C" fn duckdb_string_t_data(
string: *mut duckdb_string_t,
) -> *const c_char
Expand description
Get a pointer to the string data of a string_t
@param string The string to get the pointer to. @return The pointer.
pub unsafe extern "C" fn duckdb_string_t_data(
string: *mut duckdb_string_t,
) -> *const c_char
Get a pointer to the string data of a string_t
@param string The string to get the pointer to. @return The pointer.