Function stbi_load_from_memory

extern(C) ubyte* stbi_load_from_memory(
  const(ubyte)* buffer,
  int len,
  int* x,
  int* y,
  int* channels_in_file,
  int desired_channels
) nothrow @nogc;