FPGA_CONTROL_LINK

Type Alias FPGA_CONTROL_LINK 

pub type FPGA_CONTROL_LINK = Option<unsafe extern "system" fn(context: *const c_void, enable: bool) -> NTSTATUS>;

Aliased Type§

pub enum FPGA_CONTROL_LINK {
    None,
    Some(unsafe extern "system" fn(*const c_void, bool) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.