Source position: apr_tables.inc line 344
type apr_table_do_callback_fn_t = function(
rec: Pointer;
const key: PChar;
const value: PChar
):Integer;