pub unsafe extern "C" fn CVPixelBufferGetExtendedPixels(
pixelBuffer: CVPixelBufferRef,
extraColumnsOnLeft: *mut usize,
extraColumnsOnRight: *mut usize,
extraRowsOnTop: *mut usize,
extraRowsOnBottom: *mut usize,
)Expand description
Apple SDK function CVPixelBufferGetExtendedPixels.