pub fn py_parse_u32<'_py>(
stream: Bound<'_py, PyBytes>,
start_pos: usize,
) -> (u32, usize)
Expand description
Parse an u32 from python bytes.
ยงArguments:
- stream (bytes) : parse the number from this stream
- start_pos (int) : begin parsing at this position