pub fn logical_ino(
    fd: i32,
    logical: u64,
    ignoring_offset: bool,
    cb: impl FnMut(Result<&[LogicalInoItem]>)
)