pub type ResetSystemFn = unsafe extern "efiapi" fn(rt: ResetType, status: Status, data_size: usize, data: *const u8);
Raw reset notification function, to be called if you register it when a ResetSystem() is executed.