Macro str_to_tk

Source
macro_rules! str_to_tk {
    ($S: expr) => { ... };
}