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