D_TIMGroupHandlePendency method
Implementation
int D_TIMGroupHandlePendency(
ffi.Pointer<ffi.Uint8> json_group_handle_pendency_param,
ffi.Pointer<ffi.Uint8> user_data,
) {
return _D_TIMGroupHandlePendency(
json_group_handle_pendency_param,
user_data,
);
}