[][src]Function cgui::ext::dealloc_win

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

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