pub type CMBufferValidationCallback = Option<unsafe extern "C" fn(queue: CMBufferQueueRef, buf: CMBufferRef, validationRefCon: *mut c_void) -> OSStatus>;Expand description
Apple SDK type alias CMBufferValidationCallback.
Aliased Type§
pub enum CMBufferValidationCallback {
None,
Some(unsafe extern "C" fn(*mut opaqueCMBufferQueue, *const c_void, *mut c_void) -> i32),
}