pub fn parse_derivation_paths( bytes: &[u8], ) -> Result<(usize, Vec<DerivationPath>), Error>
Expects to parse a payload of the form: <CHILD_COUNT><..> <..> <CHILD_COUNT><..> <..>