pub unsafe extern "C" fn TCOD_bsp_new_with_size(
    x: c_int,
    y: c_int,
    w: c_int,
    h: c_int
) -> *mut TCOD_bsp_t