pub unsafe extern "C" fn duckdb_copy_function_set_name(
copy_function: duckdb_copy_function,
name: *const c_char,
)Expand description
Sets the name of the copy function.
@param copy_function The copy function @param name The name to set
pub unsafe extern "C" fn duckdb_copy_function_set_name(
copy_function: duckdb_copy_function,
name: *const c_char,
)Sets the name of the copy function.
@param copy_function The copy function @param name The name to set