pub type CargoWarning = Vec<String>;
The vector of strings used to emit cargo:warning=VALUE cargo instructions
cargo:warning=VALUE
struct CargoWarning { /* private fields */ }