DartCreateFriendGroup method
好友分组
Implementation
int DartCreateFriendGroup(
ffi.Pointer<ffi.Char> json_create_friend_group_param,
ffi.Pointer<ffi.Void> user_data,
) {
return _DartCreateFriendGroup(
json_create_friend_group_param,
user_data,
);
}