vesa_set_indexed_colors
void vesa_set_indexed_colors(uint count, uint8 first, uint8 *colorData,
return (void*)vesa_set_indexed_colors;
status = vesa_set_indexed_colors(*info, args.first, args.colors,
extern status_t vesa_set_indexed_colors(vesa_info& info, uint8 first, uint8* colors, uint16 count);