pub unsafe extern "C" fn duckdb_init_get_bind_data(
    info: duckdb_init_info
) -> *mut c_void
Expand 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