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