Function rust_htslib::htslib::bgzf_set_cache_size [] [src]

pub unsafe extern "C" fn bgzf_set_cache_size(fp: *mut BGZF, size: c_int)

Set the cache size. Only effective when compiled with -DBGZF_CACHE.

@param fp BGZF file handler @param size size of cache in bytes; 0 to disable caching (default)