macro_rules! str_to_gostr {
    ($x:expr => $f:ident) => { ... };
    ($f:ident) => { ... };
}