pub unsafe extern "C" fn ZL_Compressor_registerTokenizeGraph(
compressor: *mut ZL_Compressor,
inputType: ZL_Type,
sort: bool,
alphabetGraph: ZL_GraphID,
indicesGraph: ZL_GraphID,
) -> ZL_GraphIDExpand description
@see ZL_Compressor_buildTokenizeGraph @returns The tokenize graph, or ZL_GRAPH_ILLEGAL on error.