pub fn works() -> FFIResult<()>
Expand description
Due to some limitations on how attribute macro currently work, our proc macro needs to be placed on an inner module. This means that other code using us has to have an unnecessary level of indirection to use the types/ functions in that module, so instead we just re-export everything so they only need to access the single top level module to get everything