pub unsafe extern "C" fn duckdb_function_get_bind_data(
info: *mut c_void,
) -> *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.
info: The info object returns: The bind data object