fn standardBase64DecoderWithIgnore(ignore: []const u8) Base64DecoderWithIgnore
fn standardBase64DecoderWithIgnore(ignore: []const u8) Base64DecoderWithIgnore { return Base64DecoderWithIgnore.init(standard_alphabet_chars, '=', ignore); }