pHalSetSystemInformation

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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(HAL_SET_INFORMATION_CLASS, u32, *const c_void) -> NTSTATUS)

Some value of type T.