pub fn mvwinnwstr(
    handle: WINDOW,
    origin: Origin,
    number: i32
) -> Result<WideString, NCurseswError>
Expand description

Return the wide character string of length number at the given origin in the window.