Type Alias PCANCEL_ADAPTER_CHANNEL
pub type PCANCEL_ADAPTER_CHANNEL = Option<unsafe extern "system" fn(dmaadapter: *const DMA_ADAPTER, deviceobject: *const DEVICE_OBJECT, dmatransfercontext: *const c_void) -> bool>;Aliased Type§
pub enum PCANCEL_ADAPTER_CHANNEL {
None,
Some(unsafe extern "system" fn(*const DMA_ADAPTER, *const DEVICE_OBJECT, *const c_void) -> bool),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*const DMA_ADAPTER, *const DEVICE_OBJECT, *const c_void) -> bool)
Some value of type T.