As described in this [comment](https://github.com/nix-rust/nix/issues/2319#issuecomment-1967988916), all the Nix wrapper types should be: 1. `#[repr(transparent)]` 2. `impl From<libc::xx> for Wrapper` 3. `impl From<Wrapper> for libc::xx`