time method

int time(
  1. Pointer<Int64> __timer
)

Implementation

int time(
  ffi.Pointer<ffi.Int64> __timer,
) {
  return _time(
    __timer,
  );
}