pub unsafe extern "C" fn nstd_gui_window_create(
event_loop: NSTDEventLoop,
) -> NSTDWindowExpand description
Creates a new window.
Parameters:
NSTDEventLoop event_loop - The event loop to attach to the window.
Returns: NSTDWindow window - The new window, null on error.