Function rustix::fs::fcntl_get_seals
pub fn fcntl_get_seals<Fd: AsFd>(fd: &Fd) -> io::Result<SealFlags>
The portability is definied by:
#[cfg(any(target_os = "android", target_os = "linux", target_os = "fuchsia",
target_os = "freebsd",))]