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