Type Alias ma_device_callback_proc

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ma_device, _: *mut c_void, _: *const c_void, _: u32))

Some value of type T.