pub unsafe extern "C" fn MaaWlRootsControllerCreate(
wlr_socket_path: *const c_char,
) -> *mut MaaControllerExpand description
@brief Create a wlroots controller for Linux.
@param wlr_socket_path The wayland socket path (e.g., “/run/user/1000/wayland-0”). @return The controller handle, or nullptr on failure.
@note This controller is designed for wlroots on Linux.