pub type PGET_CPU_MICROCODE_VERSION = Option<unsafe extern "system" fn(client: Option<IDebugClient>, pcpumicrocodeversion: *mut DEBUG_CPU_MICROCODE_VERSION) -> HRESULT>;

Aliased Type§

enum PGET_CPU_MICROCODE_VERSION {
    None,
    Some(unsafe extern "system" fn(_: Option<IDebugClient>, _: *mut DEBUG_CPU_MICROCODE_VERSION) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: Option<IDebugClient>, _: *mut DEBUG_CPU_MICROCODE_VERSION) -> HRESULT)

Some value of type T.