prolog::time_out_call_once/3

time_out_call(+Seconds, +Goal, -Return)%% It will will execute the closure Goal and returns its success or failure at Return.% If the goal times out in Seconds then Return = timeout.

(undocumented)

Private-func:

1. prolog::time_out_call_once_3::time_out_call_once/3(int ARG1, int ARG2, int ARG3)():