pub unsafe extern "C" fn libsais_unbwt_create_ctx() -> *mut c_voidExpand description
Creates the libsais reverse BWT context that allows reusing allocated memory with each libsais_unbwt_* operation.In multi-threaded environments, use one context per thread for parallel executions.
ยงReturns
the libsais context, NULL otherwise.