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