pub type STORAGE_PREDICT_FAILURE = _STORAGE_PREDICT_FAILURE;
struct STORAGE_PREDICT_FAILURE { pub PredictFailure: u32, pub VendorSpecific: [u8; 512], }
PredictFailure: u32
VendorSpecific: [u8; 512]