pub unsafe extern "C" fn ZL_Compressor_Graph_getName(
cgraph: *const ZL_Compressor,
graphid: ZL_GraphID,
) -> *const c_charExpand description
@returns the (optional) @p name given to this graphid. When none provided, returns “”. When graphid is illegal (invalid), returns NULL.