pub fn posting_len(count: u32, code_bytes: u32) -> Result<usize>
How long one partition’s image is.
Code::Invalid if the arithmetic overflows, which means a corrupt count rather than a real partition.
Code::Invalid