Source position: libsee.pas line 154
type TSEE_get_fn_t = procedure(
i: PTSEE_interpreter;
obj: PTSEE_object;
prop: PTSEE_string;
res: PTSEE_value
);