pub async fn decode_path_extends_path<const MCL: usize, const MCC: usize, const MPL: usize, P>(
producer: &mut P,
prefix: &Path<MCL, MCC, MPL>,
) -> Result<Path<MCL, MCC, MPL>, DecodeError<P::Final, P::Error, Blame>>where
P: BulkProducer<Item = u8>,