macro_rules! redefine_as_go_string {
    ($($ident:ident),*) => { ... };
}
Expand description

This is needed to be implemented as macro since conversion from &CString to GoString requires CString to not get dropped before referecing its pointer