pub type SharedRc<T> = FlexRc<SharedMeta, LocalMeta, T>;
#[repr(C)]pub struct SharedRc<T> { /* private fields */ }