JSAMPARRAY typedef

JSAMPARRAY = Pointer<JSAMPROW>

Implementation

typedef JSAMPARRAY = ffi.Pointer<JSAMPROW>;