pub unsafe extern "C" fn duckdb_function_get_bind_data(
info: duckdb_function_info,
) -> *mut c_voidExpand description
Gets the bind data set by duckdb_bind_set_bind_data during the bind.
Note that the bind data should be considered as read-only. For tracking state, use the init data instead.
@param info The info object @return The bind data object