pub unsafe extern "C" fn ZL_Compressor_getStartingGraphID(
compressor: *const ZL_Compressor,
graphID: *mut ZL_GraphID,
) -> boolExpand description
@param[out] graphID If the function returns true, filled with the starting GraphID, otherwise filled with ZL_GRAPH_ILLEGAL. @returns True iff the compressor has the starting GraphID set.