format_hex_with_prefix_and_separator

Function format_hex_with_prefix_and_separator 

Source
pub fn format_hex_with_prefix_and_separator(
    buf: &[u8],
    prefix: &str,
    separator: &str,
    octets_per_line: usize,
    group_size: usize,
) -> String