Macro export_endpoints

Source
macro_rules! export_endpoints {
    ($api_const:expr, $api_type:ty) => { ... };
    ($api_const:expr, $api_type:ty, $custom_exec:ty) => { ... };
}