#ifndef NIXIDE_UTIL #define NIXIDE_UTIL // Nix C API for utilities. // // Most notably containing functions for handling // the `nix_c_context` structure, which is used throughout // the Nix C APIs for error handling. // #include // #include #endif