Macro base58check_of_bytes

Source
macro_rules! base58check_of_bytes {
    ($name:ident, $ty:ty, $version_byte:ident) => { ... };
}