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