Rough first steps: 1. Add function stubs for the new functions we need from the C library to [this](https://github.com/queryverse/ReadStat.jl/blob/master/src/C_interface.jl) file. Find the function names and signature from https://github.com/WizardMac/ReadStat. 2. Just get one example of writing some file to work.