pub unsafe extern "C" fn ACTA_UpdateAccountInfo(
accountSlot: u8_,
xmlData: *mut c_char,
xmlDataSize: u32_,
completionEvent: Handle,
) -> ResultExpand description
Updates the account info of a specific account using raw XML data.
ยงArguments
accountSlot- The account slot number of the account to update information for.xmlData- Pointer to the input XML data.xmlDataSize- Size of the input XML data.completionEvent- The event handle to signal once the request has finished.