//! Copyright (C) Call of Nil contributors //! SPDX-License-Identifier: AGPL-3.0-only export declare enum ffi_Status { "OK" = 0, "ERR_NULL_POINTER" = 1, "ERR_NOTHING_TO_POLL" = 2, "ERR_SERIALIZATION" = 3, "ERR_UNKNOWN" = 2147483647 }