pub fn load_mut_unchecked<T: Pod>( input: &mut [u8], ) -> Result<&mut T, ProgramError>
Load a mutable reference without checking if the data is initialized