stbi_set_flip_vertically_on_load function
flip the image vertically, so the first pixel in the output array is the bottom left
Implementation
@ffi.Native<ffi.Void Function(ffi.Int)>()
external void stbi_set_flip_vertically_on_load(int flag_true_if_should_flip);