lzma_allocator

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
package extern (C) nothrow @nogc
static if(BOTAN_HAS_LZMA)
struct lzma_allocator {}

Members

Variables

alloc
void* function(void* opaque, size_t nmemb, size_t size) alloc;
Undocumented in source.
free
void function(void* opaque, void* ptr) free;
Undocumented in source.
opaque
void* opaque;
Undocumented in source.

Meta