pub unsafe extern "C" fn fsRenderUpdateTexture(
    ctx: FsContext,
    image: c_int,
    x: c_int,
    y: c_int,
    w: c_int,
    h: c_int,
    data: *const c_uchar
) -> FsTextureId