pub unsafe extern "C" fn duckdb_scalar_function_get_state(
info: duckdb_function_info,
) -> *mut c_voidExpand description
Retrieves the state pointer of the function info.
@param info The function info object. @return The state pointer.
pub unsafe extern "C" fn duckdb_scalar_function_get_state(
info: duckdb_function_info,
) -> *mut c_voidRetrieves the state pointer of the function info.
@param info The function info object. @return The state pointer.