Type Alias windows::Wdk::System::SystemServices::pHalGetAcpiTable
pub type pHalGetAcpiTable = Option<unsafe extern "system" fn(signature: u32, oemid: PCSTR, oemtableid: PCSTR) -> *mut c_void>;
Aliased Type§
enum pHalGetAcpiTable {
None,
Some(unsafe extern "system" fn(_: u32, _: PCSTR, _: PCSTR) -> *mut c_void),
}