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, PCSTR, PCSTR) -> *mut c_void),
}