pub unsafe extern "C" fn spvReflectSourceLanguage(
    source_lang: SpvSourceLanguage
) -> *const c_char
Expand description

@fn spvReflectSourceLanguage

@param source_lang The source language code. @return Returns string of source language specified in \a source_lang. The caller must not free the memory associated with this string.