Function patchver

Source
pub fn patchver<W: Write>(
    exe: Vec<u8>,
    data: String,
    out: &mut W,
) -> Result<(), Box<dyn Error>>