pub unsafe extern "C" fn duckdb_value_is_null( result: *mut duckdb_result, col: u64, row: u64, ) -> bool
returns: Returns true if the value at the specified index is NULL, and false otherwise.