slPrefetchCallback

Type Alias slPrefetchCallback 

Source
pub type slPrefetchCallback = Option<unsafe extern "C" fn(caller: SLPrefetchStatusItf, pContext: *mut c_void, event: SLuint32)>;

Aliased Type§

pub enum slPrefetchCallback {
    None,
    Some(unsafe extern "C" fn(*const *const SLPrefetchStatusItf_, *mut c_void, u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const *const SLPrefetchStatusItf_, *mut c_void, u32))

Some value of type T.