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