Node-ffi calls cPP

The code for

cPP looks like this. How can I use ffi to call the Login method?

typedef struct _LoginInfo{
    LoginAuthType authType;
    char  *username;
    char  *userPassword;
    char  *appKey;
    char  *appToken;
    char  *timestamp;
    char  *MD5Token;
    _LoginInfo()
    {
        memset(this,0,sizeof(_LoginInfo));
    }

}ECLoginInfo;

EC_CALL_API int Login(const ECLoginInfo *loginInfo);
May.02,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3528c-2bf65.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3528c-2bf65.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?