These two macros are used to simplify the declaration of C-linkage code. Rather than worry about preprocessor directives similar to
you simply need to use the _BEGIN_C_DECL and _END_C_DECL macros instead.