Type Alias pHalQuerySystemInformation
pub type pHalQuerySystemInformation = Option<unsafe extern "system" fn(informationclass: HAL_QUERY_INFORMATION_CLASS, buffersize: u32, buffer: *mut c_void, returnedlength: *mut u32) -> NTSTATUS>;Aliased Type§
pub enum pHalQuerySystemInformation {
None,
Some(unsafe extern "system" fn(HAL_QUERY_INFORMATION_CLASS, u32, *mut c_void, *mut u32) -> NTSTATUS),
}