timegm method

int timegm(
  1. Pointer<tm> arg0
)

Implementation

int timegm(
  ffi.Pointer<tm> arg0,
) {
  return _timegm(
    arg0,
  );
}