pub unsafe extern "C" fn al_attach_shader_source_file(
    shader: *mut ALLEGRO_SHADER,
    _type: ALLEGRO_SHADER_TYPE,
    filename: *const c_char
) -> c_bool