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