Function wdg_base32::b32_validation [] [src]

pub fn b32_validation(
    ptd: *const u8,
    len: usize,
    pta: *const u8,
    max_pad: usize,
    pad: u8,
    rem: usize,
    min_len: usize
) -> B32DecodeError