libraw_strprogress method

Pointer<Uint8> libraw_strprogress(
  1. LibRaw_progress arg0
)

Implementation

ffi.Pointer<ffi.Uint8> libraw_strprogress(
  LibRaw_progress arg0,
) {
  return _libraw_strprogress(
    arg0.value,
  );
}