JSAMPROW typedef

JSAMPROW = Pointer<JSAMPLE>

Implementation

typedef JSAMPROW = ffi.Pointer<JSAMPLE>;