pub fn write_u32_vint<W: Write>(val: u32, writer: &mut W) -> Result<()>
Expand description

Write a u32 as a vint payload.