[][src]Function tcod_sys::TCOD_console_get_height_rect_utf

pub unsafe extern "C" fn TCOD_console_get_height_rect_utf(
    con: TCOD_console_t,
    x: c_int,
    y: c_int,
    w: c_int,
    h: c_int,
    fmt: *const wchar_t,
    _: ...
) -> c_int