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