/* __has_include was a compiler-specific extension until C23,
* but it's safe to assume that bindgen supports it via libclang.
*/
const char *NGX_RS_MODULE_SIGNATURE = NGX_MODULE_SIGNATURE;
// NGX_ALIGNMENT could be defined as a constant or an expression, with the
// latter being unsupported by bindgen.
const size_t NGX_RS_ALIGNMENT = NGX_ALIGNMENT;
// `--prefix=` results in not emitting the declaration