fn urlSafeBase64DecoderWithIgnore(ignore: []const u8) Base64DecoderWithIgnore
fn urlSafeBase64DecoderWithIgnore(ignore: []const u8) Base64DecoderWithIgnore { return Base64DecoderWithIgnore.init(url_safe_alphabet_chars, null, ignore); }