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