pub fn not_alloc<'a, T: Default + 'static>() -> &'a mut T
Not allocate an object. The returned reference is always invalid.