static extern CVReturn CVPixelBufferCreateWithBytes ( /* CFAllocatorRef CV_NULLABLE */ IntPtr allocator, /* size_t */ nint width, /* size_t */ nint height, /* OSType */ CVPixelFormatType pixelFormatType, /* void * CV_NONNULL */ IntPtr baseAddress, /* size_t */ nint bytesPerRow, CVPixelBufferReleaseBytesCallback /* CV_NULLABLE */ releaseCallback, /* void * CV_NULLABLE */ IntPtr releaseRefCon, /* CFDictionaryRef CV_NULLABLE */ IntPtr pixelBufferAttributes, /* CV_RETURNS_RETAINED_PARAMETER CVPixelBufferRef CV_NULLABLE * CV_NONNULL */ out IntPtr pixelBufferOut);// __OSX_AVAILABLE_STARTING(__MAC_10_4,__IPHONE_4_0);