pub fn setup_lua_environment(
lua: &Lua,
platform: &str,
version_override: Option<&str>,
file_path: Option<&str>,
create_pkg_dir: Option<&str>,
build_dir: Option<&str>,
staging_dir: Option<&str>,
sub_package: Option<&str>,
quiet: bool,
) -> Result<(), Error>