public static void destroy_gfx_mode_list(GFX_MODE_LIST mode_list)
 {
     // Frees the memory allocated by allegro, the GC should take care of managed memory
     AllegroAPI.destroy_gfx_mode_list(mode_list.p);
 }