[][src]Function cgui::ext::cgui_dealloc_win

#[no_mangle]
pub extern "C" fn cgui_dealloc_win(win_ptr: *mut CWin)

Takes a raw CWin pointer and deallocates it. Deallocation happens when the 'data' variable goes out of scope.