Macro convert_primitive_bytes

Source
macro_rules! convert_primitive_bytes {
    ($a:ty, $b:ty) => { ... };
}