Source position: mysql.inc line 707
type st_udf_args = record
arg_count: cuint;
arg_type: PItem_result;
args: PPAnsiChar;
lengths: pculong;
maybe_null: PAnsiChar;
attributes: PPAnsiChar;
attribute_lengths: pculong;
end;