pub unsafe extern "C" fn sftp_symlink(
    sftp: sftp_session,
    target: *const c_char,
    dest: *const c_char
) -> c_int