Type Alias windows_sys::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, _: *const u8, _: *const u8) -> *mut c_void),
}