libsais16_create_ctx

Function libsais16_create_ctx 

Source
pub unsafe extern "C" fn libsais16_create_ctx() -> *mut c_void
Expand 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.