pub type OptionBodyRef<'a> = OptionBody<&'a [u8]>;
pub struct OptionBodyRef<'a> { /* private fields */ }