pub type CVFillExtendedPixelsCallBack = Option<unsafe extern "C" fn(pixelBuffer: CVPixelBufferRef, refCon: *mut c_void) -> Boolean>;Aliased Type§
pub enum CVFillExtendedPixelsCallBack {
None,
Some(unsafe extern "C" fn(*mut __CVBuffer, *mut c_void) -> u8),
}