macro_rules! dispatch {
(
$export_name_const_suffix: ident,
$export_name: expr,
$input: expr,
$api: expr,
$blueprint_ident: ident,
[
$($function_ident: ident),* $(,)?
] $(,)?
) => { ... };
}