pub type slPlayCallback = Option<unsafe extern "C" fn(caller: SLPlayItf, pContext: *mut c_void, event: SLuint32)>;
pub enum slPlayCallback { None, Some(unsafe extern "C" fn(*const *const SLPlayItf_, *mut c_void, u32)), }
No value.
Some value of type T.
T