Source position: ffi.pp line 394
type ffi_raw = record |
case LongInt of |
0: ( |
sint: ffi_sarg; |
); |
1: ( |
uint: ffi_arg; |
); |
2: ( |
flt: cfloat; |
); |
3: ( |
data: array [0..FFI_SIZEOF_ARG] of cchar; |
); |
4: ( |
ptr: Pointer; |
); |
end; |