pub type FPGA_CONTROL_ERROR_REPORTING = Option<unsafe extern "system" fn(context: *const c_void, uncorrectablemask: u32, correctablemask: u32, disableerrorreporting: BOOLEAN) -> NTSTATUS>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum FPGA_CONTROL_ERROR_REPORTING {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: u32, _: u32, _: u8) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: u32, _: u32, _: u8) -> i32)

Some value of type T.