# Functions
Mount mounts the primary system partition of the SIF file at path into mountPath.
OptMountSquashfusePath sets an explicit path to the squashfuse binary.
OptMountStderr writes standard error to w.
OptMountStdout writes standard output to w.
OptUnmountFusermountPath sets the path to the fusermount binary.
OptUnmountStderr writes standard error to w.
OptUnmountStdout writes standard output to w.
Unmount unmounts the filesystem at mountPath.
# Type aliases
MountOpt are used to specify mount options.
UnmountOpt are used to specify unmount options.