Type Alias PPUT_DMA_ADAPTER
pub type PPUT_DMA_ADAPTER = Option<unsafe extern "system" fn(dmaadapter: *mut DMA_ADAPTER)>;Aliased Type§
pub enum PPUT_DMA_ADAPTER {
None,
Some(unsafe extern "system" fn(*mut DMA_ADAPTER)),
}pub type PPUT_DMA_ADAPTER = Option<unsafe extern "system" fn(dmaadapter: *mut DMA_ADAPTER)>;pub enum PPUT_DMA_ADAPTER {
None,
Some(unsafe extern "system" fn(*mut DMA_ADAPTER)),
}