Function brotli_sys::BrotliStateInitWithCustomAllocators [] [src]

pub unsafe extern "C" fn BrotliStateInitWithCustomAllocators(
    s: *mut BrotliState,
    alloc_func: brotli_alloc_func,
    free_func: brotli_free_func,
    opaque: *mut c_void
)