pub fn process_input(
    buf: &mut Vec<u8>,
    data: Option<Secret<String>>
) -> Result<usize>