pub unsafe extern "C" fn glslang_program_set_source_file(
    program: *mut glslang_program_t,
    stage: glslang_stage_t,
    file: *const c_char
)