Type Alias kos_sys::dc::g2bus::g2_dma_callback_t
source · pub type g2_dma_callback_t = Option<extern "C" fn(data: *mut c_void)>;
Aliased Type§
enum g2_dma_callback_t {
None,
Some(extern "C" fn(_: *mut c_void)),
}