pub unsafe extern "C" fn glAreTexturesResidentEXT(
    n: GLsizei,
    textures: *const GLuint,
    residences: *mut GLboolean
) -> GLboolean