/*===--------------------------------------------------------------------------
 *              ATMI (Asynchronous Task and Memory Interface)
 *
 * This file is distributed under the MIT License. See LICENSE.txt for details.
 *===------------------------------------------------------------------------*/


typedef struct decode_args_s {
    const char* in; 
    char* out; 
    const size_t strlength;
} decode_args_t;


