The current layer will crash if the debug utils extension is not available, as we cannot query instance extensions reliably on Android to test programmatically. Instead we should test if the function pointers are null, and test on that.
Note that the layer will not do anything useful without the extension, but we can log it and handle it gracefully.