Set the Pdf Error message
void setErrorFfi(PrintJob job, String message) { _setError(job.index, ffi.StringUtf8Pointer(message).toNativeUtf8()); }