// The codec wrappers in wrapper.c (compiled into this crate's rlib)
// reference libntirpc.so symbols directly, so any binary that uses this
// crate must also link the dynamic library. `#[link]` ensures rustc
// re-emits -lntirpc at final link time whenever this rlib is pulled in.
unsafe extern "C"
include!;