declare_CFType

Macro declare_CFType 

Source
macro_rules! declare_CFType {
    (
        $(#[$doc:meta])*
        $ty:ident, $raw:ident
    ) => { ... };
}