pub fn try_cast_ref<T, U>(t: &T) -> Option<&U>where
    T: 'static,
    U: 'static,