Type Alias windows::Wdk::System::SystemServices::pHalEndOfBoot
pub type pHalEndOfBoot = Option<unsafe extern "system" fn()>;
Aliased Type§
enum pHalEndOfBoot {
None,
Some(unsafe extern "system" fn()),
}