Source position: ffi.pp line 368
type ffi_cif = record
abi: ffi_abi;
nargs: cunsigned;
arg_type: ppffi_type;
rtype: pffi_type;
bytes: cunsigned;
flags: cunsigned;
end;