CVPixelBufferCreate

Function CVPixelBufferCreate 

Source
pub unsafe extern "C" fn CVPixelBufferCreate(
    allocator: CFAllocatorRef,
    width: size_t,
    height: size_t,
    pixelFormatType: OSType,
    pixelBufferAttributes: CFDictionaryRef,
    pixelBufferOut: *mut CVPixelBufferRef,
) -> CVReturn