public static boolean glUnmapNamedBuffer(int buffer) {
   return GL45.glUnmapNamedBuffer(buffer);
 }