Macro masked_primitive_to_bytes_helper

Source
macro_rules! masked_primitive_to_bytes_helper {
    ($t:ty, $array:expr, $mask:expr) => { ... };
}