pub unsafe extern "C" fn duckdb_cast_function_get_extra_info(
info: duckdb_function_info,
) -> *mut c_void
Expand description
Retrieves the extra info of the function as set in duckdb_cast_function_set_extra_info
.
@param info The info object. @return The extra info.