fc2SetImageDimensions

Function fc2SetImageDimensions 

Source
pub unsafe extern "C" fn fc2SetImageDimensions(
    pImage: *mut fc2Image,
    rows: c_uint,
    cols: c_uint,
    stride: c_uint,
    pixelFormat: fc2PixelFormat,
    bayerFormat: fc2BayerTileFormat,
) -> fc2Error