pub fn encode_to<'buf, T: BinProto<'buf>>(
    b: &T,
    out: Vec<u8>
) -> Result<Vec<u8>>