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;
attributes: PPChar;
attribute_lengths: pculong;
extension: pointer;
end;