core :: NativeFileStat :: is_blk
# Returns true if it is a block device fun is_blk: Bool `{ return S_ISBLK(self->st_mode); `}