Source position: mysql.inc line 693
type st_udf_args = record
arg_count: cuint;
arg_type: PItem_result;
args: PPChar;
lengths: pculong;
maybe_null: Pchar;
end;