macro_rules! nih_warn { ($($args:tt)*) => { ... }; }
Similar to nih_log!(), but less subtle. Used for printing warnings.
nih_log!()