pub type ma_device_callback_proc = Option<unsafe extern "C" fn(pDevice: *mut ma_device, pOutput: *mut c_void, pInput: *const c_void, frameCount: ma_uint32)>;Aliased Type§
enum ma_device_callback_proc {
None,
Some(unsafe extern "C" fn(_: *mut ma_device, _: *mut c_void, _: *const c_void, _: u32)),
}