/* Macro for the common call to read without wanting to know the length. */
#define dbfn_read(a, b) dbfn_read_with_length(a, b, NULL)
/* Macro for the common call to read without wanting to know the length. */
#define dbfn_read(a, b) dbfn_read_with_length(a, b, NULL)