///|
fn ffi_stub_version() -> Int {
  0
}

///|
fn ffi_last_error_code() -> Int {
  -1
}

///|
fn ffi_last_error_message() -> Bytes {
  b"native ffi is unavailable on this backend"
}