pub proof fn tracked_static_mut_ref<V>(tracked v: V) -> tracked res : &'static mut VExpand description
ensures
*res == v,Make any tracked object permanently mutably borrowed.
pub proof fn tracked_static_mut_ref<V>(tracked v: V) -> tracked res : &'static mut V*res == v,Make any tracked object permanently mutably borrowed.