Macro define_unity_interface

Source
macro_rules! define_unity_interface {
    ($s:ident, $intf:ty, $guid_high:expr, $guid_low:expr) => { ... };
}