NativeD_TIMMsgDownloadMergerMessage typedef
        NativeD_TIMMsgDownloadMergerMessage =
     Int Function(Pointer<Uint8>  json_single_msg, Pointer<Uint8>  user_data)
    
    
    
Implementation
typedef NativeD_TIMMsgDownloadMergerMessage = ffi.Int Function(ffi.Pointer<ffi.Uint8> json_single_msg, ffi.Pointer<ffi.Uint8> user_data);