#[no_mangle]
pub unsafe extern "C" fn nstd_gui_display_free(
    display: *mut NSTDDisplay
)
Expand description

Frees a display handle. Parameters: NSTDDisplay *const display - Pointer to the display handle.