// Include with binding of `vsnprintf()` to simplify formatting of log messages.
// bindgen does not support non-trivial `#define` used for pointer constant. Use
// statically defined constant as workaround for now.
//
// See https://github.com/rust-lang/rust-bindgen/issues/2426
extern const void *const UA_EMPTY_ARRAY_SENTINEL_;