pub unsafe extern "C" fn duckdb_init_set_error(
    info: duckdb_init_info,
    error: *const c_char,
)Expand description
Report that an error has occurred while calling init.
@param info The info object @param error The error message
pub unsafe extern "C" fn duckdb_init_set_error(
    info: duckdb_init_info,
    error: *const c_char,
)Report that an error has occurred while calling init.
@param info The info object @param error The error message