pub unsafe extern "C" fn ACTA_ReserveTransfer(
accountSlot: u8_,
newDevice: *mut DeviceInfo,
operatorData: *mut c_char,
operatorSize: u32_,
completionEvent: Handle,
) -> ResultExpand description
Initializes a server account transfer of a specific account to another device.
ยงArguments
accountSlot- The account slot number of the account to transfer the server account of.newDevice- Pointer to device info of the target device.operatorData- Pointer to operator data for the transfer.operatorSize- Size of the operator data buffer (max: 0x100)completionEvent- The event handle to signal once the request has finished.