pub unsafe extern "C" fn MSPDownloadData(
params: *const c_char,
dataLen: *mut c_uint,
errorCode: *mut c_int,
) -> *const c_voidExpand description
@fn MSPDownloadData @brief Download User Specific Data
Download data such as user config, etc.
@return const void* MSPAPI - received data buffer pointer, data could be binary, NULL if failed or data does not exsit. @param const char* params - [in] parameters about data to be downloaded. @param unsigned int* dataLen - [out] length of received data. @param int* errorCode - [out] Return 0 in success, otherwise return error code. @see