# These functions use the `__preserve_most` calling convention, which neither bindgen # nor Rust currently understand, and which Clang currently declares to be unstable. --blocklist-function __list_.* ...
/// Fails the build if the code path calling `build_error!` can possibly be executed. /// If the macro is executed in const context, `build_error!` will panic. /// If the compiler or optimizer cannot ...