Function encode_u32_prefixed
const fn encode_u32_prefixed(
w: &mut Writer<'_>,
payload: &[u8],
) -> Result<(), EncodeError>const fn encode_u32_prefixed(
w: &mut Writer<'_>,
payload: &[u8],
) -> Result<(), EncodeError>