19void R__zipLZ4(
int cxlevel,
int *srcsize,
const char *src,
int *tgtsize,
char *tgt,
int *irep);
20void R__unzipLZ4(
int *srcsize,
const unsigned char *src,
int *tgtsize,
unsigned char *tgt,
int *irep);
void R__unzipLZ4(int *srcsize, const unsigned char *src, int *tgtsize, unsigned char *tgt, int *irep)
void R__zipLZ4(int cxlevel, int *srcsize, const char *src, int *tgtsize, char *tgt, int *irep)