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