loadImage

fun AppCompatImageView.loadImage(image: Any?, thisStuff: RequestBuilder<Drawable>.() -> RequestBuilder<Drawable>)
fun AppCompatImageView.loadImage(image: Any?, thisStuff: RequestBuilder<Drawable>.() -> RequestBuilder<Drawable>, options: () -> BaseRequestOptions<*>)
fun Context.loadImage(image: Any?, appCompatImageView: AppCompatImageView, thisStuff: RequestBuilder<Drawable>.() -> RequestBuilder<Drawable>)
fun View.loadImage(image: Any?, appCompatImageView: AppCompatImageView, thisStuff: RequestBuilder<Drawable>.() -> RequestBuilder<Drawable>)