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