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