libraw_strerror method

Pointer<Uint8> libraw_strerror(
  1. int errorcode
)

Implementation

ffi.Pointer<ffi.Uint8> libraw_strerror(
  int errorcode,
) {
  return _libraw_strerror(
    errorcode,
  );
}