ZL_Compressor_Graph_getName

Function ZL_Compressor_Graph_getName 

Source
pub unsafe extern "C" fn ZL_Compressor_Graph_getName(
    cgraph: *const ZL_Compressor,
    graphid: ZL_GraphID,
) -> *const c_char
Expand description

@returns the (optional) @p name given to this graphid. When none provided, returns “”. When graphid is illegal (invalid), returns NULL.