pub unsafe extern "C" fn ACTA_SyncAccountInfo(
accountSlot: u8_,
completionEvent: Handle,
) -> ResultExpand description
Reloads account information from the server for a specific account.
ยงArguments
accountSlot- The account slot number of the account to reload information for.completionEvent- The event handle to signal once the request has finished.