func (opt *options) SetOutputStyle(style OutputStyle) { C.sass_option_set_output_style(opt.optc(), uint32(style)) }
// SassOptionSetOutputStyle sets the output format of CSS see: http://godoc.org/github.com/wellington/go-libsass#pkg-constants func SassOptionSetOutputStyle(goopts SassOptions, i int) { C.sass_option_set_output_style(goopts, uint32(i)) }