pub fn merge_oneof<'buf, T: Default + BinProto<'buf>>(
    this: &mut Option<T>,
    tag: u32,
    stream: &mut InputStream<'buf>
) -> Result<()>