pub fn fsconfig_set_binary<Key>( fs_fd: BorrowedFd<'_>, key: Key, value: &[u8], ) -> Result<(), Errno> ⓘwhere Key: Arg,
dep_rustix
fsconfig(fs_fd, FSCONFIG_SET_BINARY, key, value, value.len())