- callback_ctrl
ExternC!(c_long function()) callback_ctrl;
Undocumented in source.
- compress
ExternC!(int function(COMP_CTX* ctx, ubyte* out_, uint olen, ubyte* in_, uint ilen)) compress;
Undocumented in source.
- ctrl
ExternC!(c_long function()) ctrl;
Undocumented in source.
- expand
ExternC!(int function(COMP_CTX* ctx, ubyte* out_, uint olen, ubyte* in_, uint ilen)) expand;
Undocumented in source.
- finish
ExternC!(void function(COMP_CTX* ctx)) finish;
Undocumented in source.
- init_
ExternC!(int function(COMP_CTX* ctx)) init_;
Undocumented in source.
- name
const(char)* name;
Undocumented in source.
- type
int type;
Undocumented in source.