NativeD_TIMMsgReportReaded typedef
        NativeD_TIMMsgReportReaded =
     Int Function(Pointer<Uint8>  conv_id, Int32 conv_type, Pointer<Uint8>  json_msg_param, Pointer<Uint8>  user_data)
    
    
    
Implementation
typedef NativeD_TIMMsgReportReaded = ffi.Int Function(ffi.Pointer<ffi.Uint8> conv_id, ffi.Int32 conv_type, ffi.Pointer<ffi.Uint8> json_msg_param, ffi.Pointer<ffi.Uint8> user_data);