[][src]Type Definition brotli_decompressor::ffi::interface::brotli_alloc_func

#[no_mangle]
type brotli_alloc_func = Option<extern "C" fn(data: *mut c_void, size: usize) -> *mut c_void>;