D_TIMGroupSearchGroups method
Implementation
int D_TIMGroupSearchGroups(
ffi.Pointer<ffi.Uint8> json_group_search_groups_param,
ffi.Pointer<ffi.Uint8> user_data,
) {
return _D_TIMGroupSearchGroups(
json_group_search_groups_param,
user_data,
);
}