stbi_image_free function
void
stbi_image_free()
free the loaded image -- this is just free()
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>)>()
external void stbi_image_free(ffi.Pointer<ffi.Void> retval_from_stbi_load);