/* Copyright 2017-2018 Peter Williams <peter@newton.cx> and collaborators */
/* Licensed under the MIT License. */
/* Expose some #defines as enumeration values. Two enums needed because
* otherwise NO_VAL64 upgrades the other value(s) to 64-bit storage. */
;
;
/* The official API doesn't expose the memory management functions,
* but we need them: see discussion in the Rust docs. */
extern void *;
extern void ;