pub unsafe extern "C" fn libssh2_sftp_symlink_ex(
    sftp: *mut LIBSSH2_SFTP,
    path: *const c_char,
    path_len: c_uint,
    target: *mut c_char,
    target_len: c_uint,
    link_type: c_int
) -> c_int