| Current Path : /usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/cbindgen/tests/rust/ |
| Current File : //usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/cbindgen/tests/rust/must_use.toml |
header = """ #define MUST_USE_FUNC __attribute__((warn_unused_result)) #define MUST_USE_STRUCT __attribute__((warn_unused)) #define MUST_USE_ENUM /* nothing */ """ [fn] must_use = "MUST_USE_FUNC" [struct] must_use = "MUST_USE_STRUCT" [enum] must_use = "MUST_USE_ENUM"