///|
fn ffi_highres_micros() -> Int64 {
  0L
}

///|
fn ffi_monotonic_millis() -> Int64 {
  0L
}

///|
fn ffi_sleep_until_micros(deadline_micros : Int64) -> Int {
  ignore(deadline_micros)
  -3
}