pub fn simple_layer_shell<Message: 'static>(
live_settings: impl Fn() -> LiveSettings + Send + Sync + 'static,
settings: impl Fn() -> SctkLayerSurfaceSettings + Send + Sync + 'static,
view: Option<impl Fn() -> Element<'static, Action<Message>> + Send + Sync + 'static>,
) -> ActionAvailable on
wayland_platform only.