pub unsafe extern "C" fn glNamedBufferDataEXT(
    buffer: GLuint,
    size: GLsizeiptr,
    data: *const c_void,
    usage: GLenum
)