Shouldn't the `OptionFileHandle` use `*mut c_void` and not `NonNull`, since null is a valid value? https://github.com/sunfishcode/io-experiment/blob/41303e0015f8a751d3ec86c9105984a47f49d989/src/types.rs#L153-L166