pub unsafe extern "C" fn uiWindowSetContentSize(
    w: *mut uiWindow,
    width: c_int,
    height: c_int
)