Function libsais_create_ctx

Source
pub unsafe extern "C" fn libsais_create_ctx() -> *mut c_void
Expand description

Creates the libsais context that allows reusing allocated memory with each libsais operation.In multi-threaded environments, use one context per thread for parallel executions.

ยงReturns

the libsais context, NULL otherwise.