macro_rules! create_struct {
    ($name:ident, $sender:ident, $protocol:ident, $callback:ident, $py_module:literal) => { ... };
}