pub unsafe extern "C" fn ssh_channel_request_pty_size(
    channel: ssh_channel,
    term: *const c_char,
    cols: c_int,
    rows: c_int
) -> c_int