D_TIMGroupGetGroupAttributes method
Implementation
int D_TIMGroupGetGroupAttributes(
ffi.Pointer<ffi.Uint8> group_id,
ffi.Pointer<ffi.Uint8> json_keys,
ffi.Pointer<ffi.Uint8> user_data,
) {
return _D_TIMGroupGetGroupAttributes(
group_id,
json_keys,
user_data,
);
}