pub unsafe extern "C" fn gs_texture_set_image(
    tex: *mut gs_texture_t,
    data: *const u8,
    linesize: u32,
    invert: bool
)