pub unsafe extern "C" fn uiNewWindow(
    title: *const c_char,
    width: c_int,
    height: c_int,
    hasMenubar: c_int
) -> *mut uiWindow