pub fn umount2<P>(target: &P, flags: MntFlags) -> Result<(), Errno> where
    P: NixPath + ?Sized