macro_rules! nih_error { ($($args:tt)*) => { ... }; }
Similar to nih_log!(), but more scream-y. Used for printing fatal errors.
nih_log!()