slMetaEventCallback

Type Alias slMetaEventCallback 

Source
pub type slMetaEventCallback = Option<unsafe extern "C" fn(caller: SLMIDIMessageItf, pContext: *mut c_void, type_: SLuint8, length: SLuint32, pData: *const SLuint8, tick: SLuint32, track: SLuint16)>;

Aliased Type§

pub enum slMetaEventCallback {
    None,
    Some(unsafe extern "C" fn(*const *const SLMIDIMessageItf_, *mut c_void, u8, u32, *const u8, u32, u16)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const *const SLMIDIMessageItf_, *mut c_void, u8, u32, *const u8, u32, u16))

Some value of type T.