pub type CMBufferGetTimeCallback = Option<unsafe extern "C" fn(buf: CMBufferRef, refcon: *mut c_void) -> CMTime>;Expand description
Apple SDK type alias CMBufferGetTimeCallback.
Aliased Type§
pub enum CMBufferGetTimeCallback {
None,
Some(unsafe extern "C" fn(*const c_void, *mut c_void) -> CMTime),
}